rm $wgCountTotalSearchHits. It was broken.
authorBrian Wolff <bawolff+wn@gmail.com>
Tue, 8 Jul 2014 06:35:56 +0000 (03:35 -0300)
committerBrian Wolff <bawolff+wn@gmail.com>
Tue, 8 Jul 2014 06:41:13 +0000 (03:41 -0300)
commit8c953947ff2e19a1e15c33e29bb0b410ce56d343
treea8dc447864ac066e6ce3f3d531a98fb2d6847e54
parentcdb9ba6ac598c53ab25536261f2d214c7d53ef43
rm $wgCountTotalSearchHits. It was broken.

If $wgCountTotalSearchHits was set to true, then the total
number of hits returned was zero, which caused Special:Search
to display no results.

I'm opting to remove the feature (although I don't have any
strong opinions about removal vs changing Special:Search), since
if someone both cares about performance and has a wiki where its
big enough to matter, they are going to need to use Cirrus anyways.

Change-Id: I1c3b908ae5423ce3dfbdc22b1a68dd81a85698aa
RELEASE-NOTES-1.24
includes/DefaultSettings.php
includes/search/SearchMySQL.php
includes/search/SearchResultSet.php
includes/search/SearchSqlite.php